home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Presentations / Presentations ’92 / PatchWorks Kit / <PatchWorks++> / A5PatchAgent.a < prev    next >
Text File  |  1992-05-15  |  152b  |  13 lines

  1. ;
  2. ;    A5PatchAgent.a
  3. ;
  4. ;    MPW & Scalper version of PatchGlue. Uses register A5 for globals.
  5. ;
  6.     CASE ON
  7. ;
  8. GLOBALS        EQU        a5
  9. ;
  10.     INCLUDE    'PatchAgent.a'
  11. ;
  12.     END
  13.